--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 808a8ddeea97bcd3daa6cef3e012f332a4d00ad1
Parents : 05607cb
Author : Mark Qvist <mark@unsigned.io>
Date : 2024-06-29T17:58:14+02:00
Updated readme
Changes
3 files changed, 3 insertions(+), 3 deletions(-)
Diff
diff --git a/README.md b/README.md
index a4747987..2a5a767c 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ After the application is installed on your Android device, it is also possible t
## On Linux
-On all Linux-based operating systems, Sideband is available as a `pipy`/`pip` package. This installation method **includes desktop integration**, so that Sideband will show up in your applications menu and launchers.
+On all Linux-based operating systems, Sideband is available as a `pipx`/`pip` package. This installation method **includes desktop integration**, so that Sideband will show up in your applications menu and launchers.
Depending on your system, you will first need to install a few dependencies for audio messaging and Codec2 support to work:
diff --git a/recipes/pycodec2/__init__.py b/recipes/pycodec2/__init__.py
index 6bb567b0..1e4ace96 100644
--- a/recipes/pycodec2/__init__.py
+++ b/recipes/pycodec2/__init__.py
@@ -7,7 +7,7 @@ import sh
class PyCodec2Recipe(CythonRecipe):
url = "https://github.com/markqvist/pycodec2/archive/refs/heads/main.zip"
# src_filename = "../../../pycodec2"
- depends = ["setuptools", "numpy<=1.26.4", "Cython", "codec2"]
+ depends = ["setuptools", "numpy==1.26.4", "Cython", "codec2"]
call_hostpython_via_targetpython = False
def get_recipe_env(self, arch, with_flags_in_cc=True):
diff --git a/sbapp/buildozer.spec b/sbapp/buildozer.spec
index 91ee8318..ea044817 100644
--- a/sbapp/buildozer.spec
+++ b/sbapp/buildozer.spec
@@ -12,7 +12,7 @@ version.regex = __version__ = ['"](.*)['"]
version.filename = %(source.dir)s/main.py
android.numeric_version = 20240629
-requirements = kivy==2.3.0,libbz2,pillow==10.2.0,qrcode==7.3.1,usb4a,usbserial4a,libwebp,libogg,libopus,opusfile,numpy<=1.26.4,cryptography,ffpyplayer,codec2,pycodec2,sh
+requirements = kivy==2.3.0,libbz2,pillow==10.2.0,qrcode==7.3.1,usb4a,usbserial4a,libwebp,libogg,libopus,opusfile,numpy==1.26.4,cryptography,ffpyplayer,codec2,pycodec2,sh
android.gradle_dependencies = com.android.support:support-compat:28.0.0
#android.enable_androidx = True
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────